home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libhesiod0.postrm < prev    next >
Encoding:
Text File  |  2009-03-18  |  375 b   |  19 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "purge" ]; then
  4.     rm -f /etc/hesiod.conf
  5. fi
  6.  
  7. # Automatically added by dh_installdebconf
  8. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  9.     . /usr/share/debconf/confmodule
  10.     db_purge
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_makeshlibs
  14. if [ "$1" = "remove" ]; then
  15.     ldconfig
  16. fi
  17. # End automatically added section
  18.  
  19.